loop through objects in php

39

foreach ($objects as $obj) {
   echo $obj->property;
}

Comments

Submit
0 Comments